home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / hentai / Sexy Japan Girl.swf / scripts / frame_45 / DoAction.as
Text File  |  2006-12-20  |  212b  |  12 lines

  1. switchRandom = Math.floor(Math.random() * 3);
  2. if(switchRandom == 0)
  3. {
  4.    girlLv1_1.gotoAndPlay("lv2_3");
  5.    this.stop();
  6. }
  7. else
  8. {
  9.    girlLv1_1.gotoAndPlay("lv2_2");
  10.    this.gotoAndPlay("failure01");
  11. }
  12.